-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(MenuV2): add search feature in menu #4604
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 15cd2bc The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
26479ef
to
b4b3bcc
Compare
b4b3bcc
to
15cd2bc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4604 +/- ##
==========================================
+ Coverage 87.43% 87.49% +0.05%
==========================================
Files 335 339 +4
Lines 12722 12822 +100
Branches 3520 3487 -33
==========================================
+ Hits 11124 11219 +95
- Misses 1598 1603 +5
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Summary
Type
Summarise concisely:
What is expected?
searchable
, when set totrue
a search bar will appear on the MenuV2. This can be useful for searching for a specific items quick. The searchbar is focused automatically when menu appear.hideOnClickItem
: this is to replace function as children being used to close the menu when an item is clicked.Relevant logs and/or screenshots
Menu with prop
searchable
andhideOnClickItem
set totrue
:Screen.Recording.2024-12-19.at.12.23.47.mov